window: Only avoid queueing resizes if the popover position didn't change
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 1 Aug 2014 14:50:59 +0000 (16:50 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 2 Aug 2014 23:12:12 +0000 (01:12 +0200)
commit25721ae3e7c679270351037ca4d02fb096579baf
tree200ac19e1b0b3bb0350cb9508e71e2bcbc7457f2
parent9f2e0902f63f6af6c8d2b96dd4efcb52b70b451e
window: Only avoid queueing resizes if the popover position didn't change

If the same position is requested on a popover, it should at least ensure
the window is realized and raised, even if no resizes are queued on the
content. Otherwise other widgets being mapped might raise the windows over
the popover's if its original position is unchanged.

https://bugzilla.gnome.org/show_bug.cgi?id=734129
gtk/gtkwindow.c